From 6f9bcaa8b7e92ee63cdeb7011741baa0847e2a41 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 6 Mar 2008 23:21:26 +0000 Subject: [PATCH] Make gtk-doc happy: 2008-03-06 Johan Dahlin Make gtk-doc happy: * gtk/gtkstyle.c: npoints->n_points. * gtk/gtktestutils.h: widget->spinner * gtk/gtktestutils.c: argc->argcp, argv->argvp svn path=/trunk/; revision=19725 --- ChangeLog | 8 ++++++++ gtk/gtkstyle.c | 2 +- gtk/gtktestutils.c | 4 ++-- gtk/gtktestutils.h | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0a90daf69..8df4a6f166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-06 Johan Dahlin + + Make gtk-doc happy: + + * gtk/gtkstyle.c: npoints->n_points. + * gtk/gtktestutils.h: widget->spinner + * gtk/gtktestutils.c: argc->argcp, argv->argvp + 2008-03-06 William Lachance * gtk/gtkfilechooserdefault.c: Oops, forgot to make the raw "%H:%M" diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 0ec086ad57..d2c1576d4e 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -5711,7 +5711,7 @@ gtk_paint_shadow (GtkStyle *style, * @widget: the widget (may be %NULL) * @detail: a style detail (may be %NULL) * @points: an array of #GdkPoints - * @npoints: length of @points + * @n_points: length of @points * @fill: %TRUE if the polygon should be filled * * Draws a polygon on @window with the given parameters. diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 6127b23a51..f80348d132 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -34,9 +34,9 @@ /* --- test utilities --- */ /** * gtk_test_init: - * @argc: Address of the argc parameter of the + * @argcp: Address of the argc parameter of the * main() function. Changed if any arguments were handled. - * @argv: Address of the argv parameter of main(). + * @argvp: Address of the argv parameter of main(). * Any parameters understood by g_test_init() or gtk_init() are * stripped before return. * diff --git a/gtk/gtktestutils.h b/gtk/gtktestutils.h index 9991e75d46..59aa2af4e6 100644 --- a/gtk/gtktestutils.h +++ b/gtk/gtktestutils.h @@ -45,7 +45,7 @@ GtkWidget* gtk_test_display_button_window (const gchar *window_title, void gtk_test_slider_set_perc (GtkWidget *widget, /* GtkRange-alike */ double percentage); double gtk_test_slider_get_value (GtkWidget *widget); -gboolean gtk_test_spin_button_click (GtkSpinButton *widget, +gboolean gtk_test_spin_button_click (GtkSpinButton *spinner, guint button, gboolean upwards); gboolean gtk_test_widget_click (GtkWidget *widget, -- 2.30.2